-
Notifications
You must be signed in to change notification settings - Fork 98
Some more performance improvements #313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7766ec5
to
dec91f5
Compare
As you requested, the maximum number of shown items is now configurable: Screencast.from.2024-09-03.10-49-56.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding the setting - it turned out a bit more involved then I anticipated. It's great to have it so easily configurable - this will ensure that existing users will not get frustrated by being unable to see more items.
Just tiny suggestions on the setting schema to make it easier to use :)
Co-authored-by: Michał Krassowski <[email protected]>
Thanks for the review and the suggestions! |
Still playing with my case from #311 for improving #307
I can go down to
487 μs ± 10.2 μs per loop (mean ± std. dev. of 7 runs, 1,000 loops each)
by improving the processing of big lists and tuples.